Getting Started Version: 1.0.0, Last updated: 06-01-2023
Introduction
Want to generate the freshest and most relevant content on the web in no time? Of course, you do.
Presenting AI-Writer, a blog post writer like none other... Yep! We're claiming that.
AI-Writer is an AI writing assistant that helps you create helpful blog content that rank on Google.
By creating a 1000-word blog for your niche, the AI enables you to save 2-4 hours potentially.
Simply instruct the AI to generate, and optimize your article.
This is a OpenAI GPT3 application so you will need an OpenAI API key in order to use this software..
1. Generate unlimited full length blog posts.
2. Automatic image import and Grammarly support;
3. One-click post to Wordpress blog;
Server Requirements
PHP Verion: 8.1
MySQL Version: 5.2+
BCMath PHP Extension
Ctype PHP Extension
Fileinfo PHP Extension
JSON PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Tokenizer PHP Extension
XML PHP Extension
curl enable
zip Extension
gd Extension
Installation Steps
Step 1
Unzip the file you downloaded from Codecanyon, It inclueds one zip file. You only need to
upload the file "zip" file to your server and unzip it.
Step 2
Create an empty database in your MySQL server, Keep the credentials inculding:
1. Host name or host ip-address
2. Database name
3. Database Username
4. Password for database username
Step 3
Import the attached database sql file into your database:
Step 4
Edit .env file and enter your information:
1. Add your website here:
APP_URL=https://yourwebsite.com
2. Add your database details here:
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
3. Add your API keys for each service here:
OPENAI_API_KEY=
OPENAI_ORGANIZATION=
UNSPLASH_ACCESS_KEY=
GRAMMARLY_KEY=
Step 5
Generally, If you are using cPanel, You may skip this step.
But if you setup the server by yourself, You may check if the following folders are
writable:
1. /upload/, Always require 777 or 755, Apply to all files and subdirectories
2. /backup/, Always require 777 or 755, Apply to directory only
You may navigate and set the proper permission using this command: chmod -R 777 folderName
Important Notice
You should enable rewrite module before starting to use. But if you are using cPanel
generally you don't need to follow this notice.
For Apache, you should run the following command:
a2enmod rewrite
service apache2 restart
For Nginx, you should follow the steps:
Open the file below replacing ‘default’ if necessary with the sites server block:
sudo nano /etc/nginx/sites-available/default
Replace:
try_files $uri $uri/ =404;
With:
try_files $uri $uri/ /index.php?$args;
If you install the script in a subdirectory, You should change /index.php?$args
to /subdirectory/index.php?$args
.
Then save and run the command:
sudo service nginx restart
Congratulations! You have installed AI Writer - AI Content Generator successfully.
Signin Credential
Here is the default signin credentials:
URL: yourdomain/login
Email: admin@admin.com
Password: admindemo